home *** CD-ROM | disk | FTP | other *** search
/ Hackers Handbook - Millenium Edition / Hackers Handbook.iso / files / nt / ps.exe / PORTSCAN.EXE / 0 / RCDATA / TFORMPSOUTPUT / TFORMPSOUTPUT.txt
Encoding:
Text File  |  1998-06-18  |  1.9 KB  |  97 lines

  1. object formPSOutput: TformPSOutput
  2.   Left = 195
  3.   Top = 137
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Hoppa PortScanner V2.0'
  7.   ClientHeight = 419
  8.   ClientWidth = 631
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object memoPSOutput: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 631
  22.     Height = 321
  23.     TabStop = False
  24.     Align = alTop
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'Courier New'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     WantTabs = True
  33.     WordWrap = False
  34.   end
  35.   object buttonPSOK: TBitBtn
  36.     Left = 32
  37.     Top = 360
  38.     Width = 137
  39.     Height = 25
  40.     Caption = '&OK'
  41.     TabOrder = 1
  42.     OnClick = buttonPSOKClic
  43.   end
  44.   object buttonPSPrint: TBitBtn
  45.     Left = 232
  46.     Top = 360
  47.     Width = 147
  48.     Height = 25
  49.     Caption = '&Print'
  50.     TabOrder = 2
  51.     OnClick = buttonPSPrintClick
  52.   end
  53.   object buttonPSSave: TBitBtn
  54.     Left = 448
  55.     Top = 360
  56.     Width = 131
  57.     Height = 25
  58.     Caption = '&Save to file'
  59.     TabOrder = 3
  60.     OnClick = buttonPSSaveClick
  61.   end
  62.   object progressbarPSScan: TProgressBar
  63.     Left = 0
  64.     Top = 321
  65.     Width = 631
  66.     Height = 17
  67.     Align = alTop
  68.     Min = 0
  69.     Max = 100
  70.     Step = 1
  71.     TabOrder = 4
  72.   end
  73.   object statusbarPSOutput: TStatusBar
  74.     Left = 0
  75.     Top = 400
  76.     Width = 631
  77.     Height = 19
  78.     Panels = <>
  79.     SimplePanel = True
  80.     SizeGrip = False
  81.   end
  82.   object printdialogPSOutput: TPrintDialog
  83.     Left = 192
  84.     Top = 360
  85.   end
  86.   object savedialogPSOutput: TSaveDialog
  87.     DefaultExt = 'txt'
  88.     Filter = 
  89.       'Text files (*.txt)|*.txt|HoppaHostFiles (*.hff)|*.hff|All files ' +
  90.       '(*.*)|*.*'
  91.     FilterIndex = 0
  92.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoReadOnlyReturn]
  93.     Left = 408
  94.     Top = 360
  95.   end
  96. end
  97.